func net/http.htmlEscape

2 uses

	net/http (current package)
		server.go#L2349: 		body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
		server.go#L2364: func htmlEscape(s string) string {